func internal/fmtsort.nilCompare

3 uses

	internal/fmtsort (current package)
		sort.go#L105: 		if c, ok := nilCompare(aVal, bVal); ok {
		sort.go#L124: 		if c, ok := nilCompare(aVal, bVal); ok {
		sort.go#L143: func nilCompare(aVal, bVal reflect.Value) (int, bool) {